home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update21.zoo / gemlib / diffs
Encoding:
Text File  |  1992-06-03  |  3.5 KB  |  183 lines

  1. *** 1.17    1992/04/19 16:47:42
  2. --- Changelog    1992/06/03 19:05:10
  3. ***************
  4. *** 280,282 ****
  5. --- 280,287 ----
  6.       use whichever forms they prefer.
  7.   
  8.   ------------------------------- Patchlevel 23------------------------
  9. + *.h:: ++jrb
  10. +     part of the common MiNT/tos lib headers adjustments.
  11. + ------------------------------- Patchlevel 24------------------------
  12. *** 1.15    1992/04/19 16:47:42
  13. --- PatchLev.h    1992/06/03 19:05:11
  14. ***************
  15. *** 1,4 ****
  16. ! #define PatchLevel "23"
  17.   
  18.   /*
  19.    *    the Patch Level above is to identify the version
  20. --- 1,4 ----
  21. ! #define PatchLevel "24"
  22.   
  23.   /*
  24.    *    the Patch Level above is to identify the version
  25. *** 1.10    1992/01/29 19:04:38
  26. --- aesbind.h    1992/06/03 19:05:12
  27. ***************
  28. *** 6,12 ****
  29.   # include <compiler.h>
  30.   #endif
  31.   
  32. ! #if defined(__cplusplus)
  33.   extern "C" {
  34.   #endif
  35.   
  36. --- 6,12 ----
  37.   # include <compiler.h>
  38.   #endif
  39.   
  40. ! #ifdef __cplusplus
  41.   extern "C" {
  42.   #endif
  43.   
  44. ***************
  45. *** 149,155 ****
  46.   __EXTERN int     rc_intersect __PROTO((GRECT *r1, GRECT *r2));
  47.   __EXTERN int    *grect_to_array __PROTO((GRECT *area, int *array));
  48.   
  49. ! #if defined(__cplusplus)
  50.   }
  51.   #endif
  52.   
  53. --- 149,155 ----
  54.   __EXTERN int     rc_intersect __PROTO((GRECT *r1, GRECT *r2));
  55.   __EXTERN int    *grect_to_array __PROTO((GRECT *area, int *array));
  56.   
  57. ! #ifdef __cplusplus
  58.   }
  59.   #endif
  60.   
  61. *** 1.10    1992/01/29 19:04:38
  62. --- gemfast.h    1992/06/03 19:05:16
  63. ***************
  64. *** 1,7 ****
  65.   #ifndef _GEMFAST_H
  66.   #define _GEMFAST_H
  67.   
  68. ! #if defined(__cplusplus)
  69.   extern "C" {
  70.   #endif
  71.   
  72. --- 1,7 ----
  73.   #ifndef _GEMFAST_H
  74.   #define _GEMFAST_H
  75.   
  76. ! #ifdef __cplusplus
  77.   extern "C" {
  78.   #endif
  79.   
  80. ***************
  81. *** 248,254 ****
  82.   
  83.           /* VDI Memory Form Definition Block */
  84.   
  85. ! #if !defined(__MFDB__) && !defined(_ALT_MFDB) && !defined(__ALT_MFDB__)
  86.   #define __MFDB__
  87.   
  88.   typedef struct
  89. --- 248,257 ----
  90.   
  91.           /* VDI Memory Form Definition Block */
  92.   
  93. ! #ifndef __MFDB__
  94. ! #ifndef _ALT_MFDB
  95. ! #ifndef __ALT_MFDB__
  96.   #define __MFDB__
  97.   
  98.   typedef struct
  99. ***************
  100. *** 265,270 ****
  101. --- 268,275 ----
  102.       short        fd_r2;      /* Reserved                             */
  103.       short        fd_r3;      /* Reserved                             */
  104.   } MFDB;
  105. + #endif
  106. + #endif
  107.   #endif    /* __MFDB__ */
  108.   
  109.   #ifdef __ALT_MFDB__
  110. ***************
  111. *** 491,497 ****
  112.   extern void          *_addrin[], *_addrout[];
  113.   extern int        gl_apid, gl_ap_version;
  114.   
  115. ! #if defined(__cplusplus)
  116.   }
  117.   #endif
  118.   
  119. --- 496,502 ----
  120.   extern void          *_addrin[], *_addrout[];
  121.   extern int        gl_apid, gl_ap_version;
  122.   
  123. ! #ifdef __cplusplus
  124.   }
  125.   #endif
  126.   
  127. *** 1.11    1992/03/23 01:37:42
  128. --- vdibind.h    1992/06/03 19:05:17
  129. ***************
  130. *** 5,11 ****
  131.   # include <compiler.h>
  132.   #endif
  133.       
  134. ! #if defined(__cplusplus)
  135.   extern "C" {
  136.   #endif
  137.   
  138. --- 5,11 ----
  139.   # include <compiler.h>
  140.   #endif
  141.       
  142. ! #ifdef __cplusplus
  143.   extern "C" {
  144.   #endif
  145.   
  146. ***************
  147. *** 267,273 ****
  148.   #define GDOS_FSM  0x5F46534DL    /* '_FSM' */
  149.   #define GDOS_FNT  0x5F464E54L    /* '_FNT' */
  150.   
  151. ! #if ((defined(__GNUC__)) && (!defined(__NO_INLINE__)))
  152.   #define vq_vgdos()                \
  153.   ({                        \
  154.       register unsigned long ret __asm__("d0");    \
  155. --- 267,273 ----
  156.   #define GDOS_FSM  0x5F46534DL    /* '_FSM' */
  157.   #define GDOS_FNT  0x5F464E54L    /* '_FNT' */
  158.   
  159. ! #ifdef __GNUC_INLINE__
  160.   #define vq_vgdos()                \
  161.   ({                        \
  162.       register unsigned long ret __asm__("d0");    \
  163. ***************
  164. *** 424,430 ****
  165.   __EXTERN void v_bez_off __PROTO((int handle));
  166.   #endif /* ALTERNATE */
  167.   
  168. ! #if defined(__cplusplus)
  169.   }
  170.   #endif
  171.   
  172. --- 424,430 ----
  173.   __EXTERN void v_bez_off __PROTO((int handle));
  174.   #endif /* ALTERNATE */
  175.   
  176. ! #ifdef __cplusplus
  177.   }
  178.   #endif
  179.   
  180.